home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / snr503.zip / FIXED2CR.S < prev    next >
Text File  |  1993-05-30  |  390b  |  9 lines

  1. \  FIXED2CR.S
  2. \  This table will create a line-delimited text file from a fixed-length
  3. \  ASCII data file. Just change the record length value of 60 to whatever
  4. \  you need it to be. The length limit is around 500, because after that
  5. \  point the internally-expanded equation buffer will exceed 4,999 characters.
  6.  
  7. *(60)\p=*(60)\p0\0d\0a        \ every 60 characters insert a CR-LF
  8.  
  9.